
section img{
  
    height: auto;
    max-width: 100%;
    width: 700px;
    height: 350px;
    aspect-ratio: auto 1900 / 1000;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
section h2{
    margin-top: 20px;
    text-align: center;
}
section h3{
    margin-top: 30px;
    text-align: center;
}
section p{
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  text-align: center;
}
.alinear{
    margin-left: 10%;
    margin-right: 10%;
}


body{
    background-color: #f5f5f5;
}

@media (max-width: 1080px) {
    section p{
        width: 100%;
    }
}

/*-----------------------------------------------------*/
.gallery_holder ul{
  display: block;
  list-style: none;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
 
}
.gallery_holder img{
  float:left;
  border:2px solid ;
  margin-right: 10px;
  margin-bottom: 10px;
 
}



.news_responsive {
    padding: 15px 10px;
    float: left;
    width: 20%;
  }
  /*
.news_gallery h4 {
      font-size: 22px;
  }
  */
div.news_gallery {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;  
 /* border: 5px solid #c4cccf;*/
  transition: all 0.5s ease 0s;

  padding-top:30px;
   padding-bottom:80px; 
  text-align:center;
}
  
  div.news_gallery:hover {
    transform: scale(1.03);
    box-shadow: 0px 1px 5px 1px #1c3e4b;
  }
  
  div.news_gallery a img {
  
    height: auto;
    max-width: 100%;
    width: 700px;
    height: 200px;
    aspect-ratio: auto 1900 / 1000;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;

  }
  .news_intro_img{
   
    width: 100%;
    height: 100%;
    
  }
  /*
  div.news_descrription {
   /* padding: 10px;
    text-align: center;
  }
  .news_article{
    width: 90%;
    display: inline-block;
    margin: auto;
    text-align: justify;
    margin: 0.5%;
    vertical-align: text-top;
  }
  .news_article p{
    margin-bottom: 6px;
  }*/
  .news_img{
    width: 450px;
    border: 5px solid #1c3e4b;
    margin: 0 30px 10px 0;
    float: left;
  }
  /*
  .news_video{
    border: none;
  }
  .video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    padding-top: 30px;
    position: relative;
    margin: 30px 0px;
    }
  .video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
    */

  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  @media(max-width: 1060px) {
    .news_responsive {
      width: 29.99999%;
     /* margin: 6px 0;*/
     margin:  0 10px;
     

     
    }
    .news_img{
      width: 100%;
      display: block;
      margin: auto;
      margin-bottom: 30px;
      float: none;
    }
  }
  
  @media(max-width: 500px) {
    .news_responsive {
      width: 100%;
    }
  }




